3.8.36 \(\int \frac {(a+b x)^n}{x} \, dx\) [736]

Optimal. Leaf size=35 \[ -\frac {(a+b x)^{1+n} \, _2F_1\left (1,1+n;2+n;1+\frac {b x}{a}\right )}{a (1+n)} \]

[Out]

-(b*x+a)^(1+n)*hypergeom([1, 1+n],[2+n],1+b*x/a)/a/(1+n)

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 35, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.091, Rules used = {67} \begin {gather*} -\frac {(a+b x)^{n+1} \, _2F_1\left (1,n+1;n+2;\frac {b x}{a}+1\right )}{a (n+1)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + b*x)^n/x,x]

[Out]

-(((a + b*x)^(1 + n)*Hypergeometric2F1[1, 1 + n, 2 + n, 1 + (b*x)/a])/(a*(1 + n)))

Rule 67

Int[((b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((c + d*x)^(n + 1)/(d*(n + 1)*(-d/(b*c))^m))
*Hypergeometric2F1[-m, n + 1, n + 2, 1 + d*(x/c)], x] /; FreeQ[{b, c, d, m, n}, x] &&  !IntegerQ[n] && (Intege
rQ[m] || GtQ[-d/(b*c), 0])

Rubi steps

\begin {align*} \int \frac {(a+b x)^n}{x} \, dx &=-\frac {(a+b x)^{1+n} \, _2F_1\left (1,1+n;2+n;1+\frac {b x}{a}\right )}{a (1+n)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.02, size = 35, normalized size = 1.00 \begin {gather*} -\frac {(a+b x)^{1+n} \, _2F_1\left (1,1+n;2+n;1+\frac {b x}{a}\right )}{a (1+n)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + b*x)^n/x,x]

[Out]

-(((a + b*x)^(1 + n)*Hypergeometric2F1[1, 1 + n, 2 + n, 1 + (b*x)/a])/(a*(1 + n)))

________________________________________________________________________________________

Maple [F]
time = 0.03, size = 0, normalized size = 0.00 \[\int \frac {\left (b x +a \right )^{n}}{x}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x+a)^n/x,x)

[Out]

int((b*x+a)^n/x,x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^n/x,x, algorithm="maxima")

[Out]

integrate((b*x + a)^n/x, x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^n/x,x, algorithm="fricas")

[Out]

integral((b*x + a)^n/x, x)

________________________________________________________________________________________

Sympy [B] Leaf count of result is larger than twice the leaf count of optimal. 83 vs. \(2 (26) = 52\).
time = 0.61, size = 83, normalized size = 2.37 \begin {gather*} - \frac {b b^{n} n \left (\frac {a}{b} + x\right ) \left (\frac {a}{b} + x\right )^{n} \Phi \left (\frac {b \left (\frac {a}{b} + x\right )}{a}, 1, n + 1\right ) \Gamma \left (n + 1\right )}{a \Gamma \left (n + 2\right )} - \frac {b b^{n} \left (\frac {a}{b} + x\right ) \left (\frac {a}{b} + x\right )^{n} \Phi \left (\frac {b \left (\frac {a}{b} + x\right )}{a}, 1, n + 1\right ) \Gamma \left (n + 1\right )}{a \Gamma \left (n + 2\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)**n/x,x)

[Out]

-b*b**n*n*(a/b + x)*(a/b + x)**n*lerchphi(b*(a/b + x)/a, 1, n + 1)*gamma(n + 1)/(a*gamma(n + 2)) - b*b**n*(a/b
 + x)*(a/b + x)**n*lerchphi(b*(a/b + x)/a, 1, n + 1)*gamma(n + 1)/(a*gamma(n + 2))

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^n/x,x, algorithm="giac")

[Out]

integrate((b*x + a)^n/x, x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.03 \begin {gather*} \int \frac {{\left (a+b\,x\right )}^n}{x} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*x)^n/x,x)

[Out]

int((a + b*x)^n/x, x)

________________________________________________________________________________________